Gets the grouping view (the result of a GroupBy operation) to which this group belongs.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public View Parent { get; }
Visual Basic
Public ReadOnly Property Parent As View
	Get

See Also